ooc
Class OocException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ooc.OocException
- All Implemented Interfaces:
- java.io.Serializable
- public class OocException
- extends java.lang.RuntimeException
This exception will be thrown when a fatal error has occured.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OocException
public OocException(Tag tag)
OocException
public OocException(Tag tag,
java.lang.Throwable t)
OocException
public OocException(Tag tag,
java.lang.String msg)
OocException
public OocException(TagAttribute attribute,
java.lang.String msg)
OocException
public OocException(TagAttribute attribute,
java.lang.String msg,
java.lang.Throwable t)
OocException
public OocException(Tag tag,
java.lang.String msg,
java.lang.Throwable t)
getTag
public Tag getTag()
getMessage
public java.lang.String getMessage()
convertToNotValid
public NotValidException convertToNotValid()