|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.kc7bfi.jflac.metadata.Violation
public class Violation
Meta data format violation exception.
Constructor Summary | |
---|---|
Violation()
Constructor. |
|
Violation(String msg)
Constructor. |
|
Violation(String msg,
Throwable err)
Constructor. |
|
Violation(Throwable err)
Constructor. |
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 |
---|
public Violation()
public Violation(String msg)
msg
- The error messagepublic Violation(Throwable err)
err
- The causing exceptionpublic Violation(String msg, Throwable err)
msg
- The error messageerr
- The causing exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |