com.github.abrarsyed.jastyle.exceptions
Class MalformedOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.abrarsyed.jastyle.exceptions.MalformedOptionException
All Implemented Interfaces:
java.io.Serializable

public class MalformedOptionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MalformedOptionException()
           
 
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

MalformedOptionException

public MalformedOptionException()