org.kc7bfi.jflac.metadata
Class Violation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kc7bfi.jflac.metadata.Violation
All Implemented Interfaces:
Serializable

public class Violation
extends Exception

Meta data format violation exception.

Author:
kc7bfi
See Also:
Serialized Form

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

Violation

public Violation()
Constructor.


Violation

public Violation(String msg)
Constructor.

Parameters:
msg - The error message

Violation

public Violation(Throwable err)
Constructor.

Parameters:
err - The causing exception

Violation

public Violation(String msg,
                 Throwable err)
Constructor.

Parameters:
msg - The error message
err - The causing exception


Copyright © 2004-2011. All Rights Reserved.