com.dtolabs.rundeck.core.resources.format
Class ResourceFormatParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.resources.format.ResourceFormatParserException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnsupportedFormatException

public class ResourceFormatParserException
extends java.lang.Exception

ResourceFormatParserException is ...

See Also:
Serialized Form

Constructor Summary
ResourceFormatParserException()
           
ResourceFormatParserException(java.lang.Exception cause)
           
ResourceFormatParserException(java.lang.String msg)
           
ResourceFormatParserException(java.lang.String msg, java.lang.Exception cause)
           
 
Method Summary
 
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

ResourceFormatParserException

public ResourceFormatParserException()

ResourceFormatParserException

public ResourceFormatParserException(java.lang.String msg)

ResourceFormatParserException

public ResourceFormatParserException(java.lang.Exception cause)

ResourceFormatParserException

public ResourceFormatParserException(java.lang.String msg,
                                     java.lang.Exception cause)