com.itextpdf.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.itextpdf.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

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
 

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


Copyright © 2013. All Rights Reserved.