com.lowagie.text.exceptions
Class IllegalPdfSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.lowagie.text.exceptions.IllegalPdfSyntaxException
All Implemented Interfaces:
Serializable

public class IllegalPdfSyntaxException
extends IllegalArgumentException

Typed exception used when creating PDF syntax that isn't valid.

Since:
2.1.6
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version ID
 
Constructor Summary
IllegalPdfSyntaxException(String message)
          Creates an exception saying the PDF syntax isn't correct.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version ID

See Also:
Constant Field Values
Constructor Detail

IllegalPdfSyntaxException

public IllegalPdfSyntaxException(String message)
Creates an exception saying the PDF syntax isn't correct.

Parameters:
message - some extra info about the exception

Hosted by Hostbasket