bamboo.lss
Class Network.DuplicateTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by bamboo.lss.Network.DuplicateTypeException
All Implemented Interfaces:
Serializable
Enclosing class:
Network

public static class Network.DuplicateTypeException
extends Exception

See Also:
Serialized Form

Field Summary
 Class type
           
 
Constructor Summary
Network.DuplicateTypeException(Class t)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public Class type
Constructor Detail

Network.DuplicateTypeException

public Network.DuplicateTypeException(Class t)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable