org.sourcejammer.project.controller
Class WrongFileTypeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sourcejammer.util.SourceJammerExceptionChain
|
+--org.sourcejammer.project.controller.WrongFileTypeException
- public class WrongFileTypeException
- extends SourceJammerExceptionChain
This exception is thrown if a binary method is called on a text file, or vice
versa.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
WrongFileTypeException
public WrongFileTypeException()
WrongFileTypeException
public WrongFileTypeException(java.lang.String msg)
WrongFileTypeException
public WrongFileTypeException(java.lang.String msg,
java.lang.Exception ex)