ooc
Class OocException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byooc.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

Constructor Summary
OocException(Tag tag)
           
OocException(TagAttribute attribute, java.lang.String msg)
           
OocException(TagAttribute attribute, java.lang.String msg, java.lang.Throwable t)
           
OocException(Tag tag, java.lang.String msg)
           
OocException(Tag tag, java.lang.String msg, java.lang.Throwable t)
           
OocException(Tag tag, java.lang.Throwable t)
           
 
Method Summary
 NotValidException convertToNotValid()
           
 java.lang.String getMessage()
           
 Tag getTag()
           
 
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
 

Constructor Detail

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)
Method Detail

getTag

public Tag getTag()

getMessage

public java.lang.String getMessage()

convertToNotValid

public NotValidException convertToNotValid()