org.globus.exec.utils.rsl
Class RSLParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.exec.utils.rsl.RSLParseException
All Implemented Interfaces:
java.io.Serializable

public class RSLParseException
extends java.lang.Exception

This exception is raised if the serialization to or from an object failed

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RSLParseException()
           
RSLParseException(java.lang.String message)
           
RSLParseException(java.lang.String message, java.lang.Throwable cause)
           
RSLParseException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

RSLParseException

public RSLParseException()

RSLParseException

public RSLParseException(java.lang.String message)

RSLParseException

public RSLParseException(java.lang.String message,
                         java.lang.Throwable cause)

RSLParseException

public RSLParseException(java.lang.Throwable cause)