org.jtool.jxplatform.wrapper
Class JxWrapperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jtool.jxplatform.wrapper.JxWrapperException
All Implemented Interfaces:
java.io.Serializable

public class JxWrapperException
extends java.lang.Exception

An object encapsulating a fatal error about Java-XML wrappers.

Author:
Katsuhisa Maruyama
See Also:
Serialized Form

Constructor Summary
JxWrapperException()
          Creates a new exception with null as its detail message.
JxWrapperException(JxElement jelem, java.lang.String mesg)
          Creates a new exception with a specified warpper and message.
JxWrapperException(java.lang.String mesg)
          Creates a new exception with a specified message.
 
Method Summary
 java.lang.String getMessage()
          Returns the error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JxWrapperException

public JxWrapperException()
Creates a new exception with null as its detail message.


JxWrapperException

public JxWrapperException(JxElement jelem,
                          java.lang.String mesg)
Creates a new exception with a specified warpper and message.

Parameters:
jelem - A wrapper causing this error.
mesg - A detail message.

JxWrapperException

public JxWrapperException(java.lang.String mesg)
Creates a new exception with a specified message.

Parameters:
mesg - A detail message.
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message.

Returns:
The error message.