jellyj.util
Class InternalError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jellyj.util.InternalError

public class InternalError
extends Exception


Field Summary
 (package private) Stringmsg_d
           

Constructor Summary
InternalError()
           
InternalError(String msg)
           

Method Summary
 StringtoString()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Field Detail

msg_d

String msg_d
Constructor Detail

InternalError

public InternalError()

InternalError

public InternalError(String msg)
Method Detail

toString

public String toString()

Association Links

to Class java.lang.String